home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / handles.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2005-05-24  |  430 b   |  13 lines

  1. <inkscape-extension>
  2.     <name>Draw Handles</name>
  3.     <id>org.ekips.filter.handles</id>
  4.     <dependency type="executable" location="extensions">handles.py</dependency>
  5.     <dependency type="executable" location="extensions">inkex.py</dependency>
  6.     <effect>
  7.         <object-type>path</object-type>
  8.     </effect>
  9.     <script>
  10.         <command reldir="extensions" interpreter="python">handles.py</command>
  11.     </script>
  12. </inkscape-extension>
  13.